home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 004a / evoldem2.zip / RUN.BAT < prev    next >
DOS Batch File  |  1989-09-30  |  642b  |  16 lines

  1. evolkit -a -p0 -w30,0,79,16  input
  2. pause    press return to see 'plot.gph'  
  3. type plot.gph
  4. pause
  5. rem    Usage: EVOLKIT inputfile [-m|-a|-b|-c] [-wlx,ly,tx,ty] [-linterval] [-sstep]
  6. rem     -a auto-detect monitor
  7. rem      -c cga or ega monitor
  8. rem      -m monochrome monitor
  9. rem      -b use bios to write to screen
  10. rem      -wtx,ty,lx,ly define window boundaries for display
  11. rem             (tx, ty: top col,row;   lx, ly: lower col,row)
  12. rem      -linterval defines interval   (??) between what?
  13. rem      -sstep defines step interval   (??) between each movement (?)
  14. rem      -ppause defines pause interval 
  15. rem      eg: EVOLKIT.EXE -a -w31,0,79,16
  16.